home *** CD-ROM | disk | FTP | other *** search
/ Champak 45 / Vol 45.iso / games / cocoon.swf / scripts / frame_21 / PlaceObject2_321_256 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  161 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(num < 100 && _root.bonusfinito == true)
  3.    {
  4.       i++;
  5.       num = i % 101;
  6.       _root.bgm.setVolume(100 - num);
  7.    }
  8. }
  9.